@media screen and (min-width:641px) and (max-width:1025px){
@charset "utf-8";	

/*首页*/
.header{ display:none;}

.header_blank{ display:none;}

.mobile_bg{ width:100%; overflow:hidden; display:block; background:#FFF; position:relative; z-index:10;}
.mobile_nav{ width:100%; overflow:hidden; border-top:1px solid #ccc; border-bottom:1px solid #ccc; position:relative; padding:13px 0 8px 0; text-align:left;}
.mobile_logo{ display:inline-block; height:34px; margin-left:3%;}
.mobile_language{ float:right; margin-right:calc(6% + 33px); width:28px; height:28px; line-height:28px; background:#d70d18; margin-top:3px; text-align:center; font-size:14px; color:#FFF;}

.mobile_nav_in{ width:100%; overflow:hidden; float:left; display:none; background:#FFF;}
.mobile_nav_in>li{ float:left; width:100%; min-height:40px; border-bottom:1px solid #ccc;}
.mobile_nav_in>li>a{ float:left; display:block; width:100%; height:40px; line-height:40px; color:#666666; font-size:15px;}
.mobile_nav_in1{ float:left; width:76%; border:none; height:40px; padding:0 2%; font-family:"微软雅黑"; outline:none; font-size:15px;}
.mobile_nav_in2{ float:left; width:20%; border:none; height:40px; font-family:"微软雅黑"; outline:none; background:url(../images/index2.jpg) center center #d9d9d9 no-repeat;}

.mobile_nav_step1{}
.mobile_nav_step2{ width:100%; float:left; overflow:hidden; float:left; display:none;}
.mobile_nav_step2>li{ float:left; width:100%; min-height:40px; border-top:1px solid #ccc;}
.mobile_nav_step2>li>a{ float:left; display:block; width:100%; height:40px; line-height:40px; color:#666666; font-size:14px;}

.mobile_nav_step3{}
.mobile_nav_step4{ width:100%; float:left; overflow:hidden; float:left; display:none;}
.mobile_nav_step4>li{ float:left; width:100%; min-height:40px; border-top:1px solid #ccc;}
.mobile_nav_step4>li>a{ float:left; display:block; width:100%; height:40px; line-height:40px; color:#666666; font-size:14px;}

.header_mobile1{ width:33px; height:33px; position:absolute; right:3%; bottom:12px;}
.header_mobile1 .span1{ display:block; height:3px; background:#bb9205; width:33px; position:absolute; top:6px; left:0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.header_mobile1 .span2{ display:block; height:3px; background:#bb9205; width:33px; position:absolute; top:15px; left:0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.header_mobile1 .span3{ display:block; height:3px; background:#bb9205; width:33px; position:absolute; top:24px; left:0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}

.header_mobile_in_open .span1{
	top:15px;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.header_mobile_in_open .span2{ display:none;}
.header_mobile_in_open .span3{
	top:15px;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}

.mySwiper1 {
  width: 100%;
  height: auto;
  margin:0 auto 0 auto;
}
.mySwiper1 .swiper-slide {
  text-align: center;
  font-size: 12px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mySwiper1 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  position: relative; 
  z-index: 1;
}
.swiper-pagination1{ bottom:30px !important;}
.swiper-pagination1 .swiper-pagination-bullet{ width:40px; height:5px; border-radius:0; background:#FFF; outline:none; opacity:0.8; margin:0 5px !important; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.swiper-pagination1 .swiper-pagination-bullet-active{ width:40px; background:#d70d18; opacity:1;}

.index_in{ width:94%; margin:0 auto; overflow:hidden;}

.index1{ width:100%; padding:50px 0 50px 0; background:url(../images/index1_bg.jpg) center center no-repeat;}
.mySwiper2 {
  float: left;
  width: 100%;
  height: auto;
  margin-top: 30px;
}
.mySwiper2 .swiper-slide {
  text-align: center;
  font-size: 16px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.index1_1{ float:left; width:100%; overflow:hidden;}
.index1_2{ float:left; font-size:24px; line-height:40px;}
.index1_3{ float:right; overflow:hidden;}
.swiper-button-prev2{ display:block; width:40px; height:40px; float:right; background:url(../images/index1_l.png) no-repeat center center #FFF; outline:none; margin-right:10px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.swiper-button-next2{ display:block; width:40px; height:40px; float:right; background:url(../images/index1_r.png) no-repeat center center #FFF; outline:none; margin-right:10px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.swiper-button-prev2:hover{ background:url(../images/index1_l_on.png) no-repeat center center #d70d18;}
.swiper-button-next2:hover{ background:url(../images/index1_r_on.png) no-repeat center center #d70d18;}
.index1_3 .more{ display:block; width:40px; height:40px; float:right; background:url(../images/more_bg.png) center center no-repeat #d70d18;}
.mySwiper2 .swiper-slide a{ display:block; width:100%;}
.mySwiper2 .swiper-slide a img{ display:block; width:100%; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;}
.index1_4{ overflow:hidden;}
.index1_5{ font-size:15px; color:#595959; background:#FFF; height:50px; line-height:50px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; width:90%; padding:0 5%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.index1_6{ position:absolute; top:100%; left:0; width:100%; height:100%; background:url(../images/index1_bg1.png) repeat; z-index:10; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;}
.index1_7{ color:#FFF; font-size:15px; width:90%; margin:10% auto 0 auto; text-align:left; line-height:36px;}
.mySwiper2 .swiper-slide a:hover .index1_5{ background:#dcc07f; color:#FFF;}
.mySwiper2 .swiper-slide a:hover img{ -webkit-transform:scale(1.1) translateZ(0); -moz-transform:scale(1.1) translateZ(0); -ms-transform:scale(1.1) translateZ(0); -o-transform:scale(1.1) translateZ(0); transform:scale(1.1) translateZ(0);}

.index_bg{ position:fixed; top:0; left:0; z-index:0; width:100%; height:100vh; background:url(../images/index_bg.jpg) center center no-repeat #1d8cd4; background-size:100% auto;}

.index2{ width:100%; position:relative; z-index:10;}
.index2_1{ width:50%; height:360px; min-width:370px; background:url(../images/index2_bg.jpg) center center no-repeat; background-size:100% 100%; margin-top:50px;}
.index2_2{ float:left; margin-left:7%; width:86%; overflow:hidden; text-align:left; font-size:24px; color:#FFF; line-height:34px; margin-top:40px; height:auto; padding-bottom:20px; position:relative;}
.index2_2en{ font-size:18px;}
.index2_2:after{ content:""; position:absolute; bottom:0; left:0; width:66px; height:2px; background:#FFF;}
.index2_3{ float:left; width:86%; margin-left:7%; text-align:left; font-size:15px; color:#FFF; line-height:30px; margin-top:20px; max-height:150px;}
.index2_1 .more{ display:block; width:40px; height:40px; float:left; background:url(../images/more_bg.png) center center no-repeat #d70d18; margin-left:7%; margin-top:20px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.index2_1 .more:hover{ background:url(../images/more_bg_on.png) center center no-repeat #d70d18;}

.index_title{ max-width:80%; margin:0 auto; overflow:hidden;}
.index_title1{ font-size:24px; color:#000; line-height:34px;}
.index_title2{ width:66px; height:2px; background:#dcc07f; margin:15px auto 0 auto;}
.index_title3{ font-size:15px; color:#666666; line-height:30px; margin:15px auto 0 auto;}

.index3{ width:100%; padding:50px 0 7vw 0; background:url(../images/index3_bg.jpg) center center no-repeat; background-size:100% 100%; position:relative; z-index:10; overflow:hidden;}
.mySwiper3 {
  width: 100%;
  height: auto;
  margin: 6vw auto 0 auto;
  transform: scale(1.2);
  position: relative;
}
.mySwiper3 .swiper-slide {
  text-align: center;
  font-size: 16px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.6);
  filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity:0.5; opacity:0.5;
}
.imgon{transform: scale(1) !important; filter:alpha(opacity=100) !important; -moz-opacity:1 !important; -khtml-opacity:1 !important; opacity:1 !important;}
.mySwiper3 .swiper-slide a{ display:block; width:100%;}
.swiper-button-prev3{ display:block; width:21px; height:34px; background:url(../images/index3_l.png) no-repeat center center; background-size:21px 34px; outline:none; position:absolute; top:50%; margin-top:-17px; left:21%; z-index:100;}
.swiper-button-next3{ display:block; width:21px; height:34px; background:url(../images/index3_r.png) no-repeat center center; background-size:21px 34px; outline:none; position:absolute; top:50%; margin-top:-17px; right:21%; z-index:100;}
.index3_1{ overflow:hidden; width:100%;}
.index3_1 img{ display:block; width:100%; max-width:100%; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; -ms-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s;}
.index3_2{ width:90%; padding:0 5%; height:35px; line-height:35px; background:#dcc07f; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-size:12px; color:#FFF;}

.index4{ width:100%; padding:50px 0; background:#FFF; position:relative; z-index:10; overflow:hidden;}
.index4_1{ float:left; width:100%; overflow:hidden;}
.index4_2{ float:left; height:40px; line-height:40px; font-size:24px; color:#000;}
.index4_1 .more{ display:block; width:40px; height:40px; float:right; background:url(../images/more_bg.png) center center no-repeat #d70d18; margin-top:0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.index4_1 .more:hover{ background:url(../images/more_bg_on.png) center center no-repeat #d70d18;}
.index4_3{ float:left; width:49%; overflow:hidden; margin-top:30px;}
.index4_3_img{ width:100%; overflow:hidden;}
.index4_3 img{ display:block; width:100%; height:24.47vw; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;}
.index4_4{ width:90%; padding:0 5%; height:4.5vw; line-height:4.5vw; background:#f7f7f7; font-size:15px; font-weight:bold; color:#000; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.index4_3:hover img{ -webkit-transform:scale(1.05) translateZ(0); -moz-transform:scale(1.05) translateZ(0); -ms-transform:scale(1.05) translateZ(0); -o-transform:scale(1.05) translateZ(0); transform:scale(1.05) translateZ(0);}
.index4_3:hover .index4_4{ background:#dcc07f; color:#FFF;}

.index4_5{ float:right; width:49%; overflow:hidden; margin-top:30px;}
.index4_5 li{ float:left; width:100%; overflow:hidden; height:8.45vw; background:#f7f7f7; margin-top:1.8vw; position:relative;}
.index4_5 li:after{ content:""; position:absolute; z-index:1; background:#dcc07f; top:0; left:-100%; width:100%; height:100%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.5s;}
.index4_5 li:nth-child(1){ display:none; margin-top:0;}
.index4_5 li:nth-child(2){ margin-top:0;}
.index4_5 li:nth-child(5){ display:none;}
.index4_5 li a{ display:block; width:100%; height:8.45vw; position:relative; z-index:10;}
.index4_5 li a .time{ float:left; width:8.45vw; height:8.45vw; background:#dcc07f; color:#FFF; border-right:1px solid #f7f7f7;}
.index4_5 li a .time1{ font-size:2.5vw; font-weight:bold; line-height:4vw; margin-top:0.8vw;}
.index4_5 li a .time .line{ width:70%; margin:0 auto; height:1px; background:#FFF;}
.index4_5 li a .time2{ font-size:1.4vw; line-height:3vw;}
.index4_6{ float:left; height:8.45vw; width:calc(100% - 8.45vw - 1px);}
.index4_7{ float:left; width:90%; padding:0 5%; text-align:left; font-size:1.5vw; font-weight:bold; color:#000; line-height:2vw; margin-top:1vw; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.5s;}
.index4_8{ float:left; width:90%; padding:0 5%; text-align:left; font-size:1.3vw; color:#666; line-height:2vw; height:4vw; overflow:hidden; margin-top:0.6vw; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.5s;}
.index4_5 li:hover:after{ left:0;}
.index4_5 li a:hover .index4_7{ color:#FFF;}
.index4_5 li a:hover .index4_8{ color:#FFF;}

.index5{ width:100%; overflow:hidden; background:#f4f4f4; padding:50px 0; position:relative; z-index:10;}
.index5_1{ display:table; margin:30px auto 0 auto; background:url(../images/index5_1.png) 35px center no-repeat #dcc07f; height:56px; line-height:56px; -webkit-border-radius:28px; -moz-border-radius:28px; border-radius:28px; padding:0 35px 0 70px; font-size:15px; font-weight:bold; color:#FFF;}
.index5_2{ width:100%; overflow:hidden; padding-top:30px;}
.index5_2 img{ max-width:100%; margin:0 auto;}

.index6{ width:100%; overflow:hidden; background:#FFF; padding:50px 0; position:relative; z-index:10;}
.index6_1{ margin:15px auto 0 auto; width:94vw;}
.index6_1 li{ float:left; overflow:hidden; margin-right:1.56vw; margin-top:1.56vw; position:relative;}
.index6_1 li:nth-child(2){ margin-right:0;}
.index6_1 li:nth-child(3){ clear:left;}
.index6_1 li:nth-child(5){ margin-right:0;}
.index6_1 li img{ position:relative; display:block; z-index:10; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; -ms-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s;}
.index6_1 li:nth-child(1) img{ width:30.29vw; height:24.6vw;}
.index6_1 li:nth-child(2) img{ width:62.14vw; height:24.6vw;}
.index6_1 li:nth-child(3) img{ width:30.29vw; height:17.38vw;}
.index6_1 li:nth-child(4) img{ width:30.29vw; height:17.38vw;}
.index6_1 li:nth-child(5) img{ width:30.29vw; height:17.38vw;}
.index6_1 li a{ display:block; width:100%; overflow:hidden;}
.index6_1 li span{ position:absolute; z-index:100; bottom:25px; left:2.6vw; font-size:15px; font-weight:bold; color:#FFF; line-height:20px;}
.index6_1 li:hover img{ -webkit-transform:scale(1.05) translateZ(0); -moz-transform:scale(1.05) translateZ(0); -ms-transform:scale(1.05) translateZ(0); -o-transform:scale(1.05) translateZ(0); transform:scale(1.05) translateZ(0);}

.footer{ width:100%; overflow:hidden; position:relative; z-index:10;}
.footer_top{ width:94%; padding:30px 3% 30px 3%; overflow:hidden; background:url(../images/footer_bg.jpg) bottom center no-repeat #1d1d1d;}
.footer_top1{ float:left; overflow:hidden; width:calc(48.5% - 71px); padding-right:1.5%;}
.footer_top1_1{ display:block; float:left; width:auto; height:34px;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
.footer_top1_2{ float:left; clear:both; font-size:13px; color:#FFF; line-height:30px; margin-top:38px;}
.footer_top1_2 a{ color:#FFF;}
.footer_top1_2 a:hover{ text-decoration:underline;}
.footer_top2{ float:left; overflow:hidden; width:calc(48.5% - 71px); text-align:left;}
.footer_top2_1{ float:left; width:100%; overflow:hidden; font-size:15px; color:#FFF; line-height:30px;}
.footer_top2_2{ float:left; width:100%; overflow:hidden; margin-top:12px;}
.footer_top2_2 li{ float:left; font-size:13px; color:#FFF; margin-top:0; line-height:30px; padding-left:25px;}
.footer_top2_2 li:nth-child(1){ width:calc(100% - 25px); background:url(../images/footer1.png) left 7px no-repeat;}
.footer_top2_2 li:nth-child(2){ width:calc(100% - 25px); background:url(../images/footer2.png) left 9px no-repeat;}
.footer_top2_2 li:nth-child(3){ width:calc(100% - 25px); background:url(../images/footer3.png) left 5px no-repeat;}
.footer_top2_2 li:nth-child(4){ width:calc(100% - 25px); background:url(../images/footer3.png) left 5px no-repeat;}
.footer_top3{ float:right; overflow:hidden; background:#FFF;}
.footer_top3 img{ display:block; width:100px; margin:10px;}
.footer_bot{ width:94%; padding:0 3%; overflow:hidden; background:#1d1d1d;}
.footer_bot .link{ float:left; overflow:hidden; padding:10px 0; width:calc(100% - 150px);}
.footer_bot .link li{ float:left; font-size:13px; color:#FFF; line-height:30px; padding:0 10px;}
.footer_bot .link li:nth-child(1){ padding:0 !important;}
.footer_bot .link li a{ color:#FFF;}
.footer_bot .link li a:hover{ text-decoration:underline;}
.footer_bot1{ float:right; line-height:30px; font-size:13px; color:#666666; margin-top:10px;}
.footer_bot1:hover{ text-decoration:underline;}

.piaofu{ display:none;}

.banner{ display:none;}
.banner_mobile{ display:block; width:100%;}
.banner_mobile img{ display:block; width:100%;}
.position{ display:block; text-align:left; padding:15px 3%; width:94%; font-size:14px; color:#666; line-height:24px;}
.position a{ color:#666;}

/*about*/
.content{ width:1260px; max-width:94%; margin:0 auto; overflow:hidden;}
.neiye_title{ font-size:24px; display:table; margin:0 auto; line-height:24px; height:44px; margin-top:30px; position:relative;}
.neiye_title:after{ content:""; position:absolute; bottom:0; left:50%; margin-left:-33px; width:66px; height:2px; background:#dcc07f;}

.about{ width:100%; overflow:hidden; padding-bottom:50px;}
.about_l{ float:left; width:48.5%; overflow:hidden; text-align:left; font-size:15px; color:#666666; line-height:30px; margin-top:50px;}
.about_l1{ width:100%; overflow:hidden;}
.about_l1 li{ float:left; width:calc(50% - 32px); overflow:hidden; border-right:2px solid #ededed; margin-top:30px; padding-right:30px;}
.about_l1 li:nth-child(2n){ border-right:0; padding-left:30px; padding-right:0;}
.about_l1_1{ font-size:40px; color:#bb9205; line-height:50px; font-weight:bold;}
.about_l1_1 span{ font-size:15px; display:inline-block; vertical-align:top; color:#333; font-weight:normal; line-height:20px;}
.about_l1_2{ color:#333; font-size:15px;}
.about_r{ float:right; width:48.5%; overflow:hidden; margin-top:50px;}
.about_r img{ display:block; width:100%;}
.about_b{ float:left; width:100%; overflow:hidden;}
.about_b li{ float:left; width:31.33%; margin-right:3%; margin-top:50px;}
.about_b li:nth-child(3n){ margin-right:0;}
.about_b li img{ display:block; width:100%;}

/*荣誉证书*/
.honor{ width:94%; margin:0 auto; overflow:hidden; padding:0 0 0 0;}
.honor3{ width:100%; margin:0 auto; overflow:hidden; background:none; background-size:100% auto; padding:0 0;}
.honor3 li{ float:left; width:30.33%; height:auto; background:url(../images/honor4.jpg) center 50px no-repeat; background-size:100% auto; margin:0 1.5%; overflow:hidden; padding-bottom:0;}
.honor3_1{ float:left; margin-top:58px; margin-left:9px; display:block; overflow:hidden; outline:none;}
.honor3_1 img{ display:block; width:97%; height:auto;}
.honor3_2{ float:left; width:90%; padding:0 5%; text-align:center; font-size:15px; color:#666666; margin-top:1vw; height:5vw; line-height:5vw; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}

.page{ width:100%; margin:0 auto; overflow:hidden; padding:40px 0 50px 0;}
.page span{ display:inline-block; height:30px; line-height:30px; border:1px solid #c8c8c8; padding:0 12px; font-size:14px; color:#999999; cursor:pointer; margin:10px 3px 0 3px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.page a{ display:inline-block; height:30px; line-height:30px; border:1px solid #c8c8c8; padding:0 12px; font-size:14px; color:#999999; cursor:pointer; margin:10px 3px 0 3px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.page span:hover{ background:#bb9205; color:#FFF; border:1px solid #bb9205;}
.page a:hover{ background:#bb9205; color:#FFF; border:1px solid #bb9205;}

/*企业文化*/
.culture1{ width:100%; overflow:hidden; margin-top:50px; padding-bottom:50px;}
.culture2{ float:left; display:block; width:48.5%;}
.culture3{ float:right; overflow:hidden; width:48.5%; text-align:left;}
.culture3_1{ float:left; width:100%; overflow:hidden; font-size:20px; color:#bb9205; line-height:30px;}
.culture3_2{ float:left; width:100%; overflow:hidden; font-size:16px; color:#333333; line-height:30px; margin-top:40px;}
.culture3_3{ float:left; width:100%; overflow:hidden; font-size:15px; color:#666666; line-height:30px; margin-top:20px;}

/*联系我们*/
.contact{ width:1260px; margin:0 auto; overflow:hidden; max-width:94%;}
.contact1{ width:100%; overflow:hidden; padding:30px 0 50px 0;}
.contact2{ float:left; overflow:hidden; width:calc(100% - 150px); text-align:left;}
.contact2_1{ float:left; width:100%; overflow:hidden; font-size:15px; color:#bb9205; line-height:30px;}
.contact2_2{ float:left; width:100%; overflow:hidden; font-size:24px; font-family:"Arial"; color:#bb9205; font-weight:bold; line-height:34px;}
.contact2_3{ float:left; width:100%; overflow:hidden; margin-top:0;}
.contact2_3 li{ float:left; width:calc(100% - 25px); overflow:hidden; font-size:15px; color:#666; line-height:30px; padding-left:25px;}
.contact2_3 li:nth-child(1){ background:url(../images/contact3.png) left 8px no-repeat;}
.contact2_3 li:nth-child(2){ background:url(../images/contact4.png) left 10px no-repeat;}
.contact2_3 li:nth-child(3){ background:url(../images/contact5.png) 2px 7px no-repeat;}
.contact3{ float:right; margin-right:30px; border-right:1px solid #e5e5e5; padding-right:50px; height:150px; display:none;}
.contact3 img{ display:block; margin-top:30px;}
.contact4{ float:right; overflow:hidden; margin-left:0;}
.contact4_1{ border:1px solid #d2d2d2; padding:10px; width:100px;}
.contact4_2{ font-size:14px; line-height:24px; color:#666;}

.map{ float:left; width:50%; height:300px;}
.map1{ float:left; width:50%; height:300px;}

/*在线咨询*/
.feedback_bg{ width:100%; overflow:hidden; background:url(../images/contact3.jpg) center bottom no-repeat #f6f6f6; background-size:100% auto;}
.feedback{ width:1260px; max-width:94%; overflow:hidden; margin:0 auto; padding-bottom:50px;}
.feedback_l{ float:left; overflow:hidden; width:49%; padding-right:1%;}
.feedback_r{ float:right; overflow:hidden; width:49%; padding-left:1%;}
.feedback_c{ float:left; width:100%; overflow:hidden;}
.feedback_b{ float:left; width:100%; overflow:hidden;}
.feedback .input1{ float:left; width:calc(94% - 2px); padding:0 3%; height:42px; line-height:42px; overflow:hidden; background:#FFF; font-size:15px; font-family:"First"; color:#333; border:1px solid #cecece; outline:none; margin-top:35px;}
.feedback .input2{ float:left; width:calc(74% - 2px); padding:0 3%; height:42px; line-height:42px; overflow:hidden; background:#FFF; font-size:15px; font-family:"First"; color:#333; border:1px solid #cecece; outline:none; margin-top:35px;}
.feedback .textarea1{ float:left; width:calc(97% - 2px); padding:8px 1.5%; height:105px; line-height:26px; overflow:hidden; background:#FFF; font-size:15px; font-family:"First"; color:#333; border:1px solid #cecece; outline:none; margin-top:35px;}
.feedback .button1{ width:128px; height:44px; border:1px solid #bb9205; background:#bb9205; cursor:pointer; -webkit-border-radius:23px; -moz-border-radius:23px; border-radius:23px; font-size:15px; font-family:"First"; color:#FFF; outline:none; margin-top:30px; float:left; position:relative; left:49%; margin-left:-130px;}
.feedback .button2{ width:128px; height:44px; border:1px solid #cccccc; background:#FFF; cursor:pointer; -webkit-border-radius:23px; -moz-border-radius:23px; border-radius:23px; font-size:15px; font-family:"First"; color:#464646; outline:none; margin-top:30px; float:left; position:relative; left:51%;}

/*proIn*/
.proIn_l{ float:left; width:48.5%; overflow:hidden; margin-top:30px;}
.mySwiper5 {
	height: 80%;
	width: 100%;
}
.mySwiper5 .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
}
.proIn_l1{ width:100%; overflow:hidden; position:relative; margin-top:20px;}
.mySwiper4 {
	width:calc(100% - 60px);
	height: 20%;
	box-sizing: border-box;
}
.mySwiper4 .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}
.mySwiper4 .swiper-slide-thumb-active {
	opacity: 1;
}
.mySwiper4 .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
}
.proIn_l1 .swiper-button-prev5{ position:absolute; top:0; left:0; width:18px; height:calc(100% - 2px); border:1px solid #eaeaea; outline:none; cursor:pointer; background:url(../images/pro4_l.png) center center no-repeat;}
.proIn_l1 .swiper-button-next5{ position:absolute; top:0; right:0; width:18px; height:calc(100% - 2px); border:1px solid #eaeaea; outline:none; cursor:pointer; background:url(../images/pro4_r.png) center center no-repeat;}

.proIn_r{ float:right; width:48.5%; overflow:hidden; margin-top:30px;}
.proIn_r1{ float:left; width:100%; overflow:hidden; text-align:left; font-size:18px; color:#000; line-height:30px; padding-bottom:15px;}
.proIn_r2{ float:left; width:100%; overflow:hidden; text-align:left; border-bottom:1px solid #e9e9e9; border-top:1px solid #e9e9e9; font-size:15px; color:#5e5e5e; line-height:30px; padding:15px 0;}
.proIn_r3{ float:left; overflow:hidden; width:120px; height:40px; line-height:40px; background:#bb9205; color:#FFF; font-size:15px; margin-top:25px;}
.proIn_r4{ float:left; overflow:hidden; width:120px; height:40px; line-height:40px; background:#bb9205; color:#FFF; font-size:15px; margin-left:20px; margin-top:25px;}

.proIn_b{ width:100%; overflow:hidden;}
.proIn_b_title{ width:100%; overflow:hidden; background:#f2f2f2; margin-top:30px; height:50px;}
.proIn_b_title1{ width:1260px; margin:0 auto; max-width:94%;}
.proIn_b_title1 span{ float:left; font-size:16px; font-weight:bold; color:#bb9205; line-height:50px; width:120px; height:48px; border-left:1px solid #dedede; border-right:1px solid #dedede; border-top:2px solid #bb9205; background:#FFF;}
.proIn_b1{ width:1260px; max-width:94%; overflow:hidden; text-align:left; color:#333; font-size:15px; line-height:30px; padding:40px 0; margin:0 auto; border-bottom:1px solid #e6e6e9;}
.proIn_b1 img{ max-width:100%;}
.proIn_b1 .title{ font-size:18px; line-height:30px; color:#000;}

.pageIn{ width:1260px; max-width:94%; margin:0 auto; overflow:hidden; padding:20px 0 40px 0; position:relative;}
.pageIn1{ float:left; overflow:hidden; font-size:15px; color:#333; clear:both; line-height:30px; width:calc(100% - 160px); text-align:left; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.pageIn1 a{ color:#333;}
.pageIn1 a:hover{ text-decoration:underline;}
.pageIn2{ position:absolute; top:30px; right:0; display:block; width:120px; height:40px; line-height:40px; background:#bb9205; font-size:15px; color:#FFF; -webkit-border-radius:20px; -moz-border-radius:20px; border-radius:20px;}
.pageIn2 span{ font-family:"宋体"; font-size:18px; font-weight:bold; display:inline-block; vertical-align:bottom;}

.relevant{ width:100%; overflow:hidden; background:#f2f1f1; padding:40px 0;}
.relevant_in{ width:1260px; margin:0 auto; overflow:hidden; max-width:94%;}
.relevant_in1{ width:100%; border-bottom:1px solid #d8d8d8; height:40px;}
.relevant_in1_1{ float:left; font-size:18px; line-height:18px; color:#333; border-bottom:3px solid #bb9205; height:38px;}
.relevant_in1_2{ float:right; font-size:14px; color:#bb9205; line-height:24px;}
.relevant_in1_2:hover{ text-decoration:underline;}
.relevant_in2{ float:left; width:100%; overflow:hidden; margin-top:40px;}
.relevant_in2 li{ float:left; overflow:hidden; margin-right:3%; width:22.75%;}
.relevant_in2 li:nth-child(4){ margin-right:0;}
.relevant_in2 li a{ display:block; width:100%;}
.relevant_in2_1{ width:100%; overflow:hidden;}
.relevant_in2_1 img{ display:block; width:100%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.relevant_in2_2{ width:90%; padding:0 5%; height:50px; line-height:50px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; background:#FFF; font-size:14px; color:#595959; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.relevant_in2 li a:hover img{ -webkit-transform:scale(1.05) translateZ(0); -moz-transform:scale(1.05) translateZ(0); -ms-transform:scale(1.05) translateZ(0); -o-transform:scale(1.05) translateZ(0); transform:scale(1.05) translateZ(0);}
.relevant_in2 li a:hover .relevant_in2_2{ background:#bb9205; color:#FFF;}

/*pro*/
.pro{ width:100%; overflow:hidden; margin-top:10px;}
.pro li{ float:left; overflow:hidden; width:31.33%; margin-right:3%; margin-top:30px;}
.pro li:nth-child(3n){ margin-right:0;}
.pro li:nth-child(3n+1){ clear:left;}
.pro li a{ display:block; width:100%; overflow:hidden;}
.pro1{ width:100%; overflow:hidden;}
.pro1 img{ display:block; width:100%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.pro2{ width:90%; padding:0 5%; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; height:50px; line-height:50px; background:#f4f4f4; font-size:15px; color:#595959; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.pro li a:hover img{ -webkit-transform:scale(1.05) translateZ(0); -moz-transform:scale(1.05) translateZ(0); -ms-transform:scale(1.05) translateZ(0); -o-transform:scale(1.05) translateZ(0); transform:scale(1.05) translateZ(0);}
.pro li a:hover .pro2{ background:#bb9205; color:#FFF;}

/*equipment*/
.equipment{ width:100%; overflow:hidden; margin-top:10px;}
.equipment li{ float:left; overflow:hidden; width:31.33%; margin-right:3%; margin-top:30px;}
.equipment li:nth-child(3n){ margin-right:0;}
.equipment li:nth-child(3n+1){ clear:left;}
.equipment li a{ display:block; width:100%; overflow:hidden;}
.equipment1{ width:100%; overflow:hidden;}
.equipment1 img{ display:block; width:100%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.equipment2{ width:90%; padding:0 5%; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; height:45px; line-height:45px; background:#dcc07f; font-size:15px; color:#FFF; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.equipment li a:hover img{ -webkit-transform:scale(1.05) translateZ(0); -moz-transform:scale(1.05) translateZ(0); -ms-transform:scale(1.05) translateZ(0); -o-transform:scale(1.05) translateZ(0); transform:scale(1.05) translateZ(0);}

/*equipmentIn*/
.equipmentIn1{ width:100%; overflow:hidden; font-size:20px; font-weight:bold; color:#333; line-height:30px; margin-top:30px;}
.equipmentIn2{ width:100%; overflow:hidden; font-size:14px; color:#666; line-height:30px; margin-top:20px;}
.equipmentIn3{ width:100%; padding:40px 0; overflow:hidden; border-bottom:1px solid #e6e6e9; border-top:1px solid #e6e6e9; text-align:left; font-size:15px; color:#333; line-height:30px; margin-top:30px;}
.equipmentIn3 img{ display:block; margin:0 auto; max-width:100%;}

.relevant_equipment{ width:100%; overflow:hidden; background:#f2f1f1; padding:40px 0;}
.relevant_equipment_in{ width:1260px; margin:0 auto; overflow:hidden; max-width:94%;}
.relevant_equipment_in1{ width:100%; border-bottom:1px solid #d8d8d8; height:40px;}
.relevant_equipment_in1_1{ float:left; font-size:18px; line-height:18px; color:#333; border-bottom:3px solid #bb9205; height:38px;}
.relevant_equipment_in1_2{ float:right; font-size:14px; color:#bb9205; line-height:24px;}
.relevant_equipment_in1_2:hover{ text-decoration:underline;}
.relevant_equipment_in2{ float:left; width:100%; overflow:hidden; margin-top:40px;}
.relevant_equipment_in2 li{ float:left; overflow:hidden; margin-right:3%; width:22.75%;}
.relevant_equipment_in2 li:nth-child(4){ margin-right:0;}
.relevant_equipment_in2 li a{ display:block; width:100%;}
.relevant_equipment_in2_1{ width:100%; overflow:hidden;}
.relevant_equipment_in2_1 img{ display:block; width:100%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.relevant_equipment_in2_2{ width:90%; padding:0 5%; height:40px; line-height:40px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; background:#dcc07f; font-size:14px; color:#FFF; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.relevant_equipment_in2 li a:hover img{ -webkit-transform:scale(1.05) translateZ(0); -moz-transform:scale(1.05) translateZ(0); -ms-transform:scale(1.05) translateZ(0); -o-transform:scale(1.05) translateZ(0); transform:scale(1.05) translateZ(0);}
.relevant_equipment_in2 li a:hover .relevant_equipment_in2_2{ background:#bb9205; color:#FFF;}

/*news*/
.news_top{ width:100%; overflow:hidden; background:#f2f1f1; margin-top:50px; padding:40px 0;}
.news_top1{ width:1260px; max-width:94%; margin:0 auto; overflow:hidden; border:1px solid #dddddd; background:#FFF; display:block; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; position:relative;}
.news_top1 img{ display:block; float:left; width:50%; height:auto; max-width:50%;}
.news_top2{ float:none; width:44%; height:100%; text-align:left; padding:0 3%; position:absolute; top:0; right:0;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.news_top3{ width:100%; overflow:hidden; text-align:left;}
.news_top4{ float:left; width:100%; font-size:18px; color:#333; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.news_top5{ float:left; width:100%; overflow:hidden; font-size:14px; color:#999999; line-height:26px; margin-top:10px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.news_top6{ float:left; width:100%; overflow:hidden; font-size:14px; color:#666666; line-height:24px; height:48px; margin-top:10px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.news_top7{ float:left; width:50px; height:9px; background:url(../images/news3.png) center center no-repeat; margin-top:15px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.news_top1:hover{ background:#dcc07f;}
.news_top1:hover .news_top4{ color:#FFF;}
.news_top1:hover .news_top5{ color:#FFF;}
.news_top1:hover .news_top6{ color:#FFF;}
.news_top1:hover .news_top7{ background:url(../images/news3_1.png) center center no-repeat;}

.news{ width:100%; overflow:hidden; margin-top:30px;}
.news li{ float:left; width:100%; overflow:hidden; border-bottom:1px solid #eeeeee;}	
.news li a{ display:block; width:100%; overflow:hidden; padding:25px 0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.news1{ display:block; width:213px; height:119px; float:left; margin-left:0;}
.news2{ float:left; width:590px; max-width:calc(100% - 440px); overflow:hidden; text-align:left; margin-left:28px;}
.news3{ float:left; width:100%; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-size:16px; font-weight:bold; color:#000; line-height:30px; margin-top:15px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.news4{ float:left; width:100%; overflow:hidden; font-size:14px; color:#666; line-height:26px; height:52px; margin-top:10px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.news5{ float:right; width:175px; height:90px; background:url(../images/news4.png) right center no-repeat; overflow:hidden; margin-right:0; border-left:1px solid #eaeaea; margin-top:12px; text-align:left; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.news6{ float:left; font-family:"Arial"; font-size:40px; color:#dcc07f; line-height:50px; margin-left:30px; margin-top:8px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.news7{ float:left; clear:both; font-family:"Arial"; font-size:16px; color:#9a9a9a; line-height:20px; margin-left:30px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.news li a:hover{ background:#dcc07f;}
.news li a:hover .news3{ color:#FFF;}
.news li a:hover .news4{ color:#FFF;}
.news li a:hover .news5{ border-left:1px solid #FFF; background:url(../images/news4_1.png) right center no-repeat;}
.news li a:hover .news6{ color:#FFF;}
.news li a:hover .news7{ color:#FFF;}

/*newsIn*/
.relevant_news2{ width:100%; overflow:hidden; margin-top:30px;}
.relevant_news2 li{ float:left; overflow:hidden; margin-top:1px; font-size:14px; background:url(../images/newsIn1.png) 15px center no-repeat; line-height:30px; text-align:left;}
.relevant_news2 li a{ float:left; display:block; color:#666; margin-left:26px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; max-width:calc(100% - 140px);}
.relevant_news2 li span{ float:right; color:#929292;}
.relevant_news2 li:nth-child(2n-1){ width:calc(50% - 21px); border-right:1px dotted #b2b2b2; padding-right:20px;}
.relevant_news2 li:nth-child(2n){ width:50%;}
.relevant_news2 li a:hover{ text-decoration:underline;}

.valid_code1{ float:right; margin-top:35px; height:44px; width:18%; cursor:pointer;}

}